salvo-jwt-auth 0.58.5

Jwt auth support for salvo web server framework.
Documentation

salvo-jwt-auth

Jwt auth middleware for Salvo.

This is offical crate, so you can enable it in Cargo.toml like this:

salvo = { version = "*", features=["jwt-auth"] }

Documentation & Resources